home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DMAKE38B.ARJ / TEE.C < prev    next >
C/C++ Source or Header  |  1992-01-23  |  1KB  |  41 lines

  1. /* RCS      -- $Header: /u2/dvadura/src/generic/dmake/src/msdos/tee.c,v 1.1 1992/01/24 03:27:37 dvadura Exp $
  2. -- SYNOPSIS -- Hook_std_writes() dummy call for non swapping MSDOS versions.
  3. -- 
  4. -- DESCRIPTION
  5. --
  6. -- AUTHOR
  7. --      Dennis Vadura, dvadura@watdragon.uwaterloo.ca
  8. --      CS DEPT, University of Waterloo, Waterloo, Ont., Canada
  9. --
  10. -- COPYRIGHT
  11. --      Copyright (c) 1990 by Dennis Vadura.  All rights reserved.
  12. -- 
  13. --      This program is free software; you can redistribute it and/or
  14. --      modify it under the terms of the GNU General Public License
  15. --      (version 1), as published by the Free Software Foundation, and
  16. --      found in the file 'LICENSE' included with this distribution.
  17. -- 
  18. --      This program is distributed in the hope that it will be useful,
  19. --      but WITHOUT ANY WARRANTY; without even the implied warrant of
  20. --      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21. --      GNU General Public License for more details.
  22. -- 
  23. --      You should have received a copy of the GNU General Public License
  24. --      along with this program;  if not, write to the Free Software
  25. --      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  26. --
  27. -- LOG
  28. --     $Log: tee.c,v $
  29.  * Revision 1.1  1992/01/24  03:27:37  dvadura
  30.  * dmake Version 3.8, Initial revision
  31.  *
  32. */
  33.  
  34. #include "extern.h"
  35.  
  36. PUBLIC void
  37. Hook_std_writes( file )
  38. char *file;
  39. {
  40. }
  41.